ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / AutoCompleteBase<T> Class / MaxItems Property

In This Topic
    MaxItems Property (AutoCompleteBase<T>)
    In This Topic
    Gets or sets the maximum number of items to display in the drop-down list.
    Syntax
    'Declaration
     
    Public Overridable Property MaxItems As Integer
    public virtual int MaxItems {get; set;}
    See Also